home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 6 / QRZ Ham Radio Callsign Database - Volume 6.iso / pc / files / amiga / cbbs720j.lzh / cbbs / tnc.on.b < prev    next >
Encoding:
Text File  |  1992-10-04  |  1.1 KB  |  25 lines

  1. # These two HAYES-compatible commands turn off command echoing at the modem
  2. # and tell the modem to answer on the second ring.
  3. #
  4. # If you do not have a Hayes-compatible modem then you will have to
  5. # configure the modem using a separate terminal emulator program such as
  6. # the VT100 program included here.
  7. # Your users phoning in should use 8 bits, no parity, one stop bit
  8. # or 7 bits, space parity, one stop bit. Their terminal emulator mus also
  9. # be set to do local echoing of characters and must also echo a typed
  10. # CR as CR/LF.
  11. # Once the connection is established there is no response from CBBS, the
  12. # user must type the connected string that the TNC would have sent:
  13. # e.g.
  14. # *** CONNECTED to VE5VA
  15. #
  16. #  There MUST be at least one AT command in here so that the modem detects
  17. #  the correct DTE speed. The ATS0=2 command must be here to turn answering
  18. #  on and the ATE0 is required to turn echoing off.
  19. #  The program handles the S0 register once it has started up.
  20. # This file has the same format and capabilities as the one used for a TNC.
  21. # i.e. it can contain any valid AT modem modem command or a ! command which
  22. # is executed by the system.
  23. ATE0
  24. ATS0=2
  25.